ALL RECORDS selects all the records of file for the process in which it is executed. ALL RECORDS makes the first record the current record and loads the record from disk. ALL RECORDS returns the records to the default record order.
The following example displays all the People records in the database:
ALL RECORDS([People]) ` Select all the records in the file
DISPLAY SELECTION ([People]) ` Display records in output layout